
:root {
  --main-color: #258d14;
}

.site-container {
	max-width: 1300px;
	margin: auto;
	display: block;
    padding: 0 15px;
}

.container1300 {
    max-width: 1300px;
    display: block;
    margin: auto;
}
.container1200 {
    max-width: 1200px;
    display: block;
    margin: auto;
}
.container1100 {
    max-width: 1100px;
    display: block;
    margin: auto;
}
.container1000 {
    max-width: 1000px;
    display: block;
    margin: auto;
}
.container800 {
    max-width: 800px;
    display: block;
    margin: auto;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 10px
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.image-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}           

a {
    color: var(--main-color);
}
a:hover {
    color: #000000;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
h1 {
    font-size: 50px;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin: 30px 0;
    text-align: center;
}
h2 {
    font-size: 35px;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin: 25px 0;
    text-align: center;
}
h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin: 20px 0;
    text-align: center;
}

p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}

ul, ol {
    margin-bottom: 15px;
    display: flow-root;
}
ul.two li{
	width: 50%;
	float: left;
	padding-right: 30px;
}
ul.three li{
	width: 33%;
	float: left;
	padding-right: 30px;
}
ul.four li{
	width: 25%;
	float: left;
	padding-right: 30px;
}


.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: var(--main-color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
}
.buttons-center a:hover {
	text-decoration: none;
    background: #000;
    color: #fff;
}
.default-btn,
.default-button {
    background: var(--main-color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 15px 0;
    display: inline-block;
    padding: 10px 20px;
    border: 0;
}
.default-btn:hover,
.default-button:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.text-section {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.center {
    text-align: center;
}
.left,
.align-left,
.left-align {
    text-align: left;
}
.right,
.align-right,
.right-align {
    text-align: right;
}
img.full {
    width: 100%;
    height: auto;
}

.default-text {
    padding-bottom: 50px;
    min-height: 300px;
}


* {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000e6;
    z-index: 99;
}
header {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: center;
}
header .logo {
    max-width: 200px;
    margin-top: 20px;
    float: left;
    display: inline-block;
}
header .logo img{
    width: 100%;
    height: auto;
}
header .right {
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 20px;
}
header .phone {
    display: inline-block;
    margin-right: 30px;
    float: left;
    margin-top: 20px;
}
header .phone a {
    font-size: 20px;
    font-weight: 500;
}
header .phone i {
    transform: rotate(90deg);
    font-size: smaller;
    margin-right: 5px;
}
header .open-menu {
    display: inline-block;
    font-size: 30px;
    margin-top: 10px;
    cursor: pointer;
    float: right;
}
header .menu .close-menu {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    margin-bottom: 10px;
}
header .menu .close-menu i {
    color: #bbb;
    font-weight: 700;
    padding: 5px;
    font-size: 16px;
    margin-left: -15px;
}
header .menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--main-color);
    z-index: 999;
    margin: 0;
    padding-left: 20px;
    width: 250px;
    text-align: left;
}
header .menu a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
header .menu a:last-child {
    padding-right: 0;
}
header .menu a:active,
header .menu a:hover {
    color: #000;
    text-decoration: none;
}

header .search-menu form {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
header .search-menu form input {
    display: inline-block;
    width: calc(100% - 40px);
    float: left;
    border: 0;
    height: 40px;
    padding: 10px;
    font-size: 17px;
    border-radius: 0;
}
header .search-menu form button {
    display: inline-block;
    background: #000;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
}
header .search-menu form button:hover {
    background: #454545;
}




footer {
    background: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-top: 50px;
}
footer * {
    color: #fff;
} 
footer .newsletter {

}
footer .newsletter h4 {
    margin: 15px 0;
}
footer .newsletter form {
    margin-bottom: 20px;
}
footer .newsletter input {
    width: 250px;
    display: inline-block;
    height: 45px;
    border-radius: 0;
    padding: 10px;
    font-size: 17px;
    border: 0;
}
footer .newsletter button {
    margin: 0;
    height: 45px;
    font-size: 16px;
}
footer .newsletter button:hover {
    background: #002184;
}
footer .links {
    margin: 0;
}
footer .links a {
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    margin: 5px;
}
footer .links a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .links a i {
    margin-right: 5px;
}
footer .links a i.fas.fa-phone {
    transform: rotate(90deg);
    font-size: smaller;
}

footer .socials a {
    display: inline-block;
    margin: 10px;
    padding: 5px;
    font-size: 25px;
}
footer .socials a:hover i {
    color: var(--main-color);
}
footer p.copyright {
    margin: 10px 0;
    font-size: 16px;
}


.home-hero {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

    text-align: center;
    position: relative;
    padding: 250px 0 100px;
    background: url('../images/homepage-splash-girlz-banner-min.jpg') center center no-repeat;
    background-size: cover;
}
.home-hero .overlay {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;
}

/*.home-hero {
    position: relative;
    background-size: cover;
    overflow: hidden;
}*/
.home-hero .video-hp {
    background: #000;
    margin-bottom: -10px;
}
.home-hero .video-hp video {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
}
/*.home-hero .overlay {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}*/
.home-hero .site-container {
    z-index: 9;
    position: relative;
}
.home-hero .text {
    margin: 100px auto;
    text-align: center;
}
.home-hero .text h1 {
    font-size: 35px;
    margin: 30px 0;
    font-weight: 400;
    color: #fff;
}
.home-hero .text h2 {
    font-weight: 400;
    color: #fff;
}
.home-hero .text p.big {
    font-size: 45px;
    margin: 30px 0;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}
.home-hero .text a.default-button {
    margin: 10px;
    font-size: 18px;
}
/*.home-hero .text a.default-button:hover {
    color: #2c3256;
    background: #fff;
}*/



.home-top-teams {
    margin: 30px 0;
    text-align: center;
}
.home-top-teams .col {
    text-align: left;
}
.home-top-teams p.title {
    font-family: Oswald;
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
}
.home-top-teams .grade p {
    margin: 20px 0 20px;
    font-weight: 500;
    font-size: 20px;
    background: #fff;
}
.home-top-teams .grade span {
    width: 100%;
    max-width: 100%;
    height: 2px;
    background: #dedbdb;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-bottom: -25px;
    display: none;
}
.home-top-teams a.more {
    background: var(--main-color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
}
.home-top-teams .girls a.more {
    background: var(--main-color);
}
.home-top-teams .boys a.more {
    background: var(--main-color);
}
.home-top-teams .girls a.more:hover {
    background: #000;
    text-decoration: none;
}
.home-top-teams .boys a.more:hover {
    background: #000;
    text-decoration: none;
}


.about-top-teams .col {
    text-align: center;
}
.about-top-teams .grade span {
    display: inline-block;
}
.about-top-teams  .grade p {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 20px;
}
.about-top-teams a.more {
    margin: 20px 0;
}


.sponsor-logos {
    display: inline-block;
    width: 100%;
}
.sponsor-logos .flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.sponsor-logos .item {
    display: inline-block;
    margin: 20px;
}
.sponsor-logos .item img {
    max-width: 200px;
}


/*about page*/
.coaches {
    display: inline-block;
    width: 100%;
}
.coaches .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.coaches .item {
    margin: 20px 0;
}
.coaches .item .image {
    max-width: 350px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
.coaches .item .image img {
    width: 100%;
    height: auto;
}
.coaches .item h4 {
    font-size: 22px;
    display: block;
    margin-top: 0;
}
.coaches .item p {
    font-size: 14px;
    line-height: 1.5;
}
.coaches .item p.job {
    font-size: 17px;
    font-style: italic;
}


/*contact page*/

.contact-form {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form label {
    font-size: 16px;
    font-weight: 500;
}
.contact-form label.error {
    color: red;
    font-size: 16px;
}
.contact-form select,
.contact-form input {
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.contact-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
}
.contact-form textarea {
    height: auto;
    min-height: 150px;
    padding: 10px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0;
}
.contact-form button {
    font-size: 16px;
    margin-top: 0;
}
.contact-text {
    text-align: center;
}



/*schedule page*/

.schedule-table table tr th {
    padding: 10px;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}
.schedule-table table tr td {
    padding: 10px;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}


/*gallery page*/
.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}
.ekko-lightbox .modal-body {
    padding: 0;
}
.ekko-lightbox-nav-overlay a span {
    font-size: 40px;
    text-shadow: 5px 0px 3px #000, 5px 3px 5px black;
}
.gallery-photos {
    display: inline-block;
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.gallery-photos a {
    display: inline-block;
    float: left;
}
.gallery-photos a img {
    margin-bottom: 20px;
}


/*sitemap*/
.sitemap .links {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sitemap .links a {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 5px;
    margin: 10px 0;
    font-size: 18px;
}



/*pricing*/

.pricing {
    display: inline-block;
    width: 100%;
    text-align: center;

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.pricing .item {
    display: inline-block;
    margin: 20px;
}
.pricing .item .box {
    padding: 20px;
    width: 300px;
    height: 100%;
    text-align: center;
    background: #e6e6e6;
}
.pricing .item .box .type {
    font-size: 30px;
    font-weight: 600;
    color: var(--main-color);
}
.pricing .item.boys .box .type {
    color: var(--main-color);
}
.pricing .item .box .price {
    font-weight: bold;
    font-size: 26px;
}
.pricing .item .box .price span {
    font-size: 20px;
    font-weight: 400;
}
.pricing .item .box ul {
    text-align: left;
}
.pricing .item.scholarship .box .type {
    color: #26b924;
}


/*faqs page*/

.general-accordion .panel-default {
    margin-bottom: 15px;
}
.general-accordion .panel-heading {
    padding: 0;
}
.general-accordion .panel-heading h4 a {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px;
    display: block;
}
.general-accordion .panel-heading h4 a i {
    float: right;
}
.general-accordion .panel-heading h4 a.collapsed i {
    transform: rotate(180deg);
}
.faqs-accordion {
    max-width: 1000px;
    margin: auto;
}
.faqs-hp {
    margin-bottom: 100px;
}



/*camps page*/

.camps {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.camps .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
    justify-content: center;
}
.camps .item {
    margin-bottom: 30px;
}
.camps .item .box {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
}
.camps .item .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}
.camps .item .full-booked {
    color: var(--main-color);
    margin: 45px 0;
}
.camps .item .spots {
    font-style: italic;
}
.camps .item form {
    display: inline-block;
    margin-right: 20px;
}
.camps .item form button {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
}
.camps .item a.read-more {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    text-decoration: underline;
}
.camps .item a.read-more:hover {
    text-decoration: none;
}

.camp-inner .full-booked {
    color: var(--main-color);
}

.tournament-intro {
    font-size: 20px;
    line-height: 2;
}
.tournament-intro p.spots {
    margin: 10px 0;
}

.register-text h4 {
    font-size: 22px;
    margin: 15px 0;
}



/*partners page*/

.partners {
    display: inline-block;
    width: 100%;
}
.partners .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}
.partners .item {
    margin-bottom: 50px;
    text-align: center;
}
.partners .item img {
    display: block;
    margin: auto;
    width: auto;
    max-width: 300px;
    max-height: 130px;
    height: auto;
}
.partners .item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}





/*search page*/
.search-content {
    padding-bottom: 50px;
}
.search-content {
    display: block;
    margin: auto;
    max-width: 1000px;
}
.search-results .result {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}   
.search-results .result:last-child {
    border: 0;
}
.search-results .result .text p{
    margin-bottom: 0;
    font-size: 17px;
}
.search-results .result .text a.title{
    font-size: 20px;
    font-weight: 500;
    display: block;
    clear: both;
    margin-bottom: 5px;
}


.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 1px solid var(--main-color);
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 17px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
}



.default-page {
    min-height: 300px;
    padding-bottom: 50px;
}



/*waiver page*/

.digital-signature {
    margin: 30px 0;
}
.digital-signature #sig-canvas {
    border: 2px dotted #ccc;
    border-radius: 15px;
    cursor: crosshair;
    max-width: 100%;
    height: 160px;
}
.digital-signature img#sig-image {
    border: 1px solid green;
    margin-top: 15px;
}



/*trophies page*/

.trophies .row {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.trophies .item {
    margin-bottom: 40px;
}
.trophies .item h4 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}


.social-media-reviews {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.social-media-reviews .item {
    display: inline-block;
    margin: 25px;
}
.social-media-reviews .item img {
    max-height: 80px;
    width: auto;
}



/*team page*/

.teams {
    margin: 30px 0;
    text-align: center;
}
.teams .col {
    margin-bottom: 30px;
}
.teams .box {
    border: 1px solid #ccc;
    padding: 10px;
}
.teams p.title {
    font-size: 25px;
    line-height: 1.3;
    font-weight: bold;
    margin: 10px 0;
}
.teams a.more {
    background: var(--main-color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 15px 0;
    display: inline-block;
    padding: 10px 20px;
}
.teams a.more:hover {
    background: #000;
    text-decoration: none;
}

.team-players .item {
    margin-bottom: 30px;
}
.team-players .item .image {
    position: relative;
    max-width: 330px;
    margin: auto;
}
.team-players .item .image img {
    width: 100%;
    height: auto;
}
.team-players .item .image p {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    margin: 0;
    padding: 5px;
    text-align: center;
}


.training-programs .item {
    margin-bottom: 50px;
}
.training-programs .item .img {
    border-radius: 50%;
    overflow: hidden;
    max-width: 320px;
    margin: auto;
}
.training-programs .item .img img {
    width: 100%;
    height: auto;
}


.mt-destop {
    margin-top: 0;
}


.team-links {
    margin-bottom: 30px
}

.team-links a {
    display: inline-block;
    margin: 10px
}

.team-links a.active {
    font-weight: bold;
    text-decoration: underline
}


/*news page*/
.news .flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.news .item {
    margin: 20px 0;
    text-align: center;
}
.news .item .box {
    border: 1px solid #ddd;
    padding: 15px;
    height: 100%;
}
.news .item .img {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
    min-height: 100px;
    overflow: hidden;
}
.news .item .img img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news .item .img:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.news .item .title {
    font-size: 20px;
    margin: 15px 0;
}

/*.social-media-inline a {
    display: inline-block;
    color: #0034cd;
    font-size: 25px;
    padding: 5px;
    margin: 10px;
    margin-top: 0;
}

.media-news .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.media-news .item {
    margin-bottom: 30px;
}
.media-news .item p.title {
    text-align: center;
    margin: 10px 0;
    font-style: italic;
    font-weight: 500;
}*/




